#pc-wrap {
  display: block;
}

#app-wrap {
  display: none;
}

a,
span {
  -webkit-tap-highlight-color: transparent;
}

@media screen and (min-width: 100px) and (max-width: 1024px) {
  #pc-wrap {
    display: none;
  }

  #app-wrap {
    display: block;
  }

  body {
    background: #F0F0F0;
    font-family: "PingFang SC";
  }

  .text-voerflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .app-box .content-box {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }

  .app-box .content-box .swiper-container {
    width: 100%;
    height: 235px;
  }

  .app-box .content-box .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .app-box .content-box .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .app-box .content-box .swiper-slide img {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .app-box .content-box .swiper-slide .sw-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #000000;
    opacity: 0.5;
  }

  .app-box .content-box .swiper-slide .sw-text .text {
    font-size: 12px;
    color: #fff;
    text-align: left;
    margin-left: 5px;
  }

  .app-box .content-box .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    border-radius: 0;
  }

  .app-box .content-box .swiper-pagination-bullet-active {
    color: #fff;
    background: #D51414;
  }

  .app-box .content-box .swiper-pagination-bullets {
    width: 30%;
    margin-left: 70%;
    bottom: 5px;
  }

  .app-box .content-box .tzgg-box {
    margin-top: 10px;
    width: 100%;
    background-color: #fff;
  }

  .app-box .content-box .tzgg-box .tz-title {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #F1F1F1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .app-box .content-box .tzgg-box .tz-title .text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1053C8;
  }

  .app-box .content-box .tzgg-box .tz-title .more {
    font-size: 10px;
    color: #333;
  }

  .app-box .content-box .tzgg-box .tz-cen {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }

  .app-box .content-box .tzgg-box .tz-cen .tz-top {
    width: 100%;
    border-bottom: 1px solid #E6E5E5;
  }

  .app-box .content-box .tzgg-box .tz-cen .tz-top h4 {
    font-weight: bold;
    color: #1054C8;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }

  .app-box .content-box .tzgg-box .tz-cen .tz-top .text {
    font-size: 14px;
  }

  .app-box .content-box .tzgg-box .tz-cen .tz-top .xq {
    text-align: right;
    font-size: 14px;
    color: #1054C8;
    margin-bottom: 5px;
  }

  .app-box .content-box .tzgg-box .tz-cen .tz-bottom .content-open {
    box-sizing: border-box;
    padding: 5px 0;
  }

  .app-box .content-box .tzgg-box .tz-cen .tz-bottom .content-open .notice-list {
    margin: 0 0.2rem;
  }

  .app-box .content-box .tzgg-box .tz-cen .tz-bottom .content-open .notice-list li {
    width: 100%;
    height: 25px;
  }

  .app-box .content-box .tzgg-box .tz-cen .tz-bottom .content-open .notice-list li a {
    width: 100%;
    height: 25px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .app-box .content-box .tzgg-box .tz-cen .tz-bottom .content-open .notice-list li a .list-left {
    width: 70%;
    display: flex;
    align-items: center;
  }

  .app-box .content-box .tzgg-box .tz-cen .tz-bottom .content-open .notice-list li a .list-left .item-left {
    width: 3px;
    height: 3px;
    background: #1054C8;
    border-radius: 50%;
  }

  .app-box .content-box .tzgg-box .tz-cen .tz-bottom .content-open .notice-list li a .list-left .item-right {
    margin-left: 5px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .app-box .content-box .tzgg-box .tz-cen .tz-bottom .content-open .notice-list li a .time {
    margin-right: 1px;
  }

  .app-box .content-box .tzgg-box .tz-cen .tz-bottom .bottom-pic {
    width: 100%;
    /* display: flex;
    justify-content: space-between; */
  }

  .app-box .content-box .tzgg-box .tz-cen .tz-bottom .bottom-pic a {
    display: inline-block;
    width: 100%;

  }

  .app-box .content-box .tzgg-box .tz-cen .tz-bottom .bottom-pic a img {
    width: 100%;
    height: 120px;
  }

  .app-box .content-box .zwdt-box {
    margin-top: 10px;
    width: 100%;
    background-color: #fff;
  }

  .app-box .content-box .zwdt-box .zw-title {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .app-box .content-box .zwdt-box .zw-title .text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1053C8;
  }

  .app-box .content-box .zwdt-box .zw-title .more {
    font-size: 10px;
    color: #333;
  }

  .app-box .content-box .zwdt-box .table1 {
    width: 100%;
    height: 171px;
    background-color: #fff;
    overflow: hidden;
    border-top: 1px solid #1054C8;
  }

  .app-box .content-box .zwdt-box .table1 .process-tab {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
  }

  .app-box .content-box .zwdt-box .table1 .process-tab .tabs {
    flex: 1;
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
  }

  .app-box .content-box .zwdt-box .table1 .process-tab .tabs span {
    width: 25%;
    text-align: center;
    font-size: 13px;
    color: #333;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 35px;
  }

  .app-box .content-box .zwdt-box .table1 .process-tab .tabs .active {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #1054C8;
  }

  .app-box .content-box .zwdt-box .table1 .policy-box .content-open {
    box-sizing: border-box;
    padding: 5px;
  }

  .app-box .content-box .zwdt-box .table1 .policy-box .content-open .notice-list {
    margin: 0 0.2rem;
  }

  .app-box .content-box .zwdt-box .table1 .policy-box .content-open .notice-list li {
    width: 100%;
    height: 25px;
  }

  .app-box .content-box .zwdt-box .table1 .policy-box .content-open .notice-list li a {
    width: 100%;
    height: 25px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .app-box .content-box .zwdt-box .table1 .policy-box .content-open .notice-list li a .list-left {
    width: 70%;
    display: flex;
    align-items: center;
  }

  .app-box .content-box .zwdt-box .table1 .policy-box .content-open .notice-list li a .list-left .item-left {
    width: 3px;
    height: 3px;
    background: #1054C8;
    border-radius: 50%;
  }

  .app-box .content-box .zwdt-box .table1 .policy-box .content-open .notice-list li a .list-left .item-right {
    margin-left: 5px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .app-box .content-box .zwdt-box .table1 .policy-box .content-open .notice-list li a .time {
    margin-right: 5px;
  }

  .app-box .content-box .zjbj-box {
    margin-top: 10px;
    width: 100%;
    background-color: #fff;
  }

  .app-box .content-box .zjbj-box .bj-title {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #F1F1F1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .app-box .content-box .zjbj-box .bj-title .text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #D51414;
  }

  .app-box .content-box .zjbj-box .bj-title .more {
    font-size: 10px;
    color: #333;
  }

  .app-box .content-box .zjbj-box .bj-cen {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }

  .app-box .content-box .zjbj-box .bj-cen .bj-top {
    width: 100%;
  }

  .app-box .content-box .zjbj-box .bj-cen .bj-top h4 {
    font-weight: bold;
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .app-box .content-box .zjbj-box .bj-cen .bj-top .text {
    font-size: 14px;
  }

  .app-box .content-box .zjbj-box .bj-cen .bj-top .xq {
    text-align: right;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
  }

  .app-box .content-box .zjbj-box .bj-cen .bj-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .app-box .content-box .zjbj-box .bj-cen .bj-bottom a {
    display: inline-block;
    width: 32%;
    height: 35px;
    margin: 5px 0;
  }

  .app-box .content-box .zjbj-box .bj-cen .bj-bottom .sp-item {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
  }

  .app-box .content-box .mlbj-box {
    margin-top: 10px;
    width: 100%;
    background-color: #fff;
  }

  .app-box .content-box .mlbj-box .bj-title {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #F1F1F1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .app-box .content-box .mlbj-box .bj-title .text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #D51414;
  }

  .app-box .content-box .mlbj-box .bj-title .more {
    font-size: 10px;
    color: #333;
  }

  .app-box .content-box .mlbj-box .bj-cen {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }

  .app-box .content-box .mlbj-box .bj-cen .bottom-pic {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .app-box .content-box .mlbj-box .bj-cen .bottom-pic a {
    display: inline-block;
    width: 49%;
  }

  .app-box .content-box .mlbj-box .bj-cen .bottom-pic a img {
    width: 100%;
    height: 120px;
  }

  .app-box .content-box .zwgk-box {
    margin-top: 10px;
    width: 100%;
    background-color: #fff;
  }

  .app-box .content-box .zwgk-box .gk-title {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F1F1F1;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .app-box .content-box .zwgk-box .gk-title .text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #7B179B;
  }

  .app-box .content-box .zwgk-box .zwgk-cen1 {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }

  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-top {
    width: 100%;
    border: 1px solid #E6E5E5;
    background: #FFFFFF;
    margin-bottom: 5px;
  }

  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-top .cen1-title {
    height: 30px;
    background: #FBF6FE;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E6E5E5;
  }

  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-top .cen1-title img {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }

  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-top .cen1-title .cen1-text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #7B179B;
  }

  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-top .table2 {
    width: 100%;
    height: 178px;
    background-color: #fff;
    overflow: hidden;
  }

  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-top .table2 .process-tab {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
  }

  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-top .table2 .process-tab .tabs {
    flex: 1;
    display: flex;
    overflow-x: auto;
  }

  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-top .table2 .process-tab .tabs span {
    width: 25%;
    float: left;
    font-size: 13px;
    color: #333;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 35px;
    text-align: center;
  }

  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-top .table2 .process-tab .tabs .active {
    font-size: 13px;
    font-weight: 600;
    color: #7B179B;
  }

  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-top .table2 .process-tab .tabs .active::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #7B179B;
    position: absolute;
    bottom: 1px;
    left: 0;
    overflow: hidden;
  }

  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-top .table2 .policy-box .content-open {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
  }

  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-top .table2 .policy-box .content-open .con-left {
    width: 25%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    background: #FBF6FE;
    border-right: 1px solid #E6E5E5;
  }

  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-top .table2 .policy-box .content-open .con-left .post {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #7B179B;
    font-size: 13px;
  }

  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-top .table2 .policy-box .content-open .con-right {
    width: 74%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-top .table2 .policy-box .content-open .con-right .noo {
    width: 100%;
    height: 35px;
    line-height: 35px;
    /* display: flex; */
  }

  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-top .table2 .policy-box .content-open .con-right .noo a {
    display: inline-block;
    width: 23%;
  }

  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-top .table2 .policy-box .content-open .con-right .noo .peo {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #666;
  }

  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-bottom a {
    display: inline-block;
    width: 32%;
    height: 35px;
    margin: 5px 0;
  }

  .app-box .content-box .zwgk-box .zwgk-cen1 .cen1-bottom .sp-item {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
  }

  .app-box .content-box .zwgk-box .zwgk-cen2 {
    width: 100%;
  }

  .app-box .content-box .zwgk-box .zwgk-cen2 .table3 {
    width: 100%;
    height: 171px;
    background-color: #fff;
    overflow: hidden;
    border-top: 1px solid #A684BB;
  }

  .app-box .content-box .zwgk-box .zwgk-cen2 .table3 .process-tab {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
  }

  .app-box .content-box .zwgk-box .zwgk-cen2 .table3 .process-tab .tabs {
    flex: 1;
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
  }

  .app-box .content-box .zwgk-box .zwgk-cen2 .table3 .process-tab .tabs span {
    width: 25%;
    text-align: center;
    font-size: 13px;
    color: #333;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 35px;
  }

  .app-box .content-box .zwgk-box .zwgk-cen2 .table3 .process-tab .tabs .active {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #A684BB;
  }

  .app-box .content-box .zwgk-box .zwgk-cen2 .table3 .policy-box .content-open {
    box-sizing: border-box;
    padding: 5px;
  }

  .app-box .content-box .zwgk-box .zwgk-cen2 .table3 .policy-box .content-open .notice-list {
    margin: 0 0.2rem;
  }

  .app-box .content-box .zwgk-box .zwgk-cen2 .table3 .policy-box .content-open .notice-list li {
    width: 100%;
    height: 25px;
  }

  .app-box .content-box .zwgk-box .zwgk-cen2 .table3 .policy-box .content-open .notice-list li a {
    width: 100%;
    height: 25px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .app-box .content-box .zwgk-box .zwgk-cen2 .table3 .policy-box .content-open .notice-list li a .list-left {
    width: 70%;
    display: flex;
    align-items: center;
  }

  .app-box .content-box .zwgk-box .zwgk-cen2 .table3 .policy-box .content-open .notice-list li a .list-left .item-left {
    width: 3px;
    height: 3px;
    background: #A684BB;
    border-radius: 50%;
  }

  .app-box .content-box .zwgk-box .zwgk-cen2 .table3 .policy-box .content-open .notice-list li a .list-left .item-right {
    margin-left: 5px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .app-box .content-box .zwgk-box .zwgk-cen2 .table3 .policy-box .content-open .notice-list li a .time {
    margin-right: 5px;
  }

  .app-box .content-box .zmhd-box {
    margin-top: 10px;
    width: 100%;
    background-color: #fff;
  }

  .app-box .content-box .zmhd-box .hd-title {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #F1F1F1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .app-box .content-box .zmhd-box .hd-title .text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF7200;
  }

  .app-box .content-box .zmhd-box .hd-title .more {
    font-size: 10px;
    color: #333;
  }

  .app-box .content-box .zmhd-box .hd-cen {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }

  .app-box .content-box .zmhd-box .hd-cen .hd-top {
    width: 100%;
    border-bottom: 1px solid #E6E5E5;
    height: 30px;
    background: #FDF6F1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .app-box .content-box .zmhd-box .hd-cen .hd-top img {
    width: 14px;
    height: 10px;
    margin-right: 8px;
  }

  .app-box .content-box .zmhd-box .hd-cen .hd-top .text {
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF7200;
    font-size: 14px;
  }

  .app-box .content-box .zmhd-box .hd-cen .hd-bottom .content-open {
    box-sizing: border-box;
    padding: 5px 0;
  }

  .app-box .content-box .zmhd-box .hd-cen .hd-bottom .content-open .notice-list {
    margin: 0 0.2rem;
  }

  .app-box .content-box .zmhd-box .hd-cen .hd-bottom .content-open .notice-list li {
    width: 100%;
    height: 25px;
  }

  .app-box .content-box .zmhd-box .hd-cen .hd-bottom .content-open .notice-list li a {
    width: 100%;
    height: 25px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .app-box .content-box .zmhd-box .hd-cen .hd-bottom .content-open .notice-list li a .list-left {
    width: 70%;
    display: flex;
    align-items: center;
  }

  .app-box .content-box .zmhd-box .hd-cen .hd-bottom .content-open .notice-list li a .list-left .item-left {
    width: 3px;
    height: 3px;
    background: #FF7200;
    border-radius: 50%;
    margin-left: 5px;
  }

  .app-box .content-box .zmhd-box .hd-cen .hd-bottom .content-open .notice-list li a .list-left .item-right {
    margin-left: 5px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .app-box .content-box .zmhd-box .hd-cen .hd-bottom .content-open .notice-list li a .time {
    margin-right: 1px;
  }

  .app-box .content-box .zmhd-box .hd-cen .hd-bottom .bottom2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .app-box .content-box .zmhd-box .hd-cen .hd-bottom .bottom2 a {
    display: inline-block;
    width: 32%;
    height: 35px;
    margin: 5px 0;
  }

  .app-box .content-box .zmhd-box .hd-cen .hd-bottom .bottom2 .sp-item {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
  }

  .app-box .content-box .ztzl-box {
    margin-top: 10px;
    width: 100%;
    background-color: #fff;
  }

  .app-box .content-box .ztzl-box .zt-title {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #F1F1F1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .app-box .content-box .ztzl-box .zt-title .text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333;
  }

  .app-box .content-box .ztzl-box .zt-title .more {
    font-size: 10px;
    color: #333;
  }

  .app-box .content-box .ztzl-box .zt-cen {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }

  .app-box .content-box .ztzl-box .zt-cen .zt-top {
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .app-box .content-box .ztzl-box .zt-cen .zt-top a {
    display: inline-block;
    width: 49%;
  }

  .app-box .content-box .ztzl-box .zt-cen .zt-top a img {
    width: 100%;
    height: 50px;
  }

  .app-box .content-box .ztzl-box .zt-cen .zt-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .app-box .content-box .ztzl-box .zt-cen .zt-bottom a {
    display: inline-block;
    width: 32%;
    height: 35px;
    margin: 5px 0;
  }

  .app-box .content-box .ztzl-box .zt-cen .zt-bottom .sp-item {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #F2F2F2;
  }

  body>div:nth-child(1) {
    display: none;
  }

  #app-wrap .search #searchForm {
    width: 100% !important;
    display: flex;
  }

  #app-wrap .search #searchForm #q {
    width: 82% !important;
  }
}